void OnCollisionEnter(Collision col) { Vector3 collisionForce = col.impulse / Time.fixedDeltaTime; // And now you can use it for your calculations! }